home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / frame_3 / DoAction.as < prev   
Text File  |  2007-10-01  |  212b  |  9 lines

  1. function doSomething()
  2. {
  3. }
  4. MENU = new ContextMenu();
  5. MENU.hideBuiltInItems();
  6. Functioned = new ContextMenuItem("Game by GamersHood.com",doSomething);
  7. MENU.customItems.push(Functioned);
  8. _root.menu = MENU;
  9.